home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / documents / RFC / README < prev    next >
Encoding:
Text File  |  1996-11-11  |  4.9 KB  |  110 lines

  1.                             RFC Document archives
  2.  
  3.  
  4. -------------------------------------------------------------------------------
  5.  
  6.      Contained herein are the Internet RFCs and FYIs current up into
  7.      February 29, 1996 (now up to rfc1918). Robert Keller put this 
  8.      interface page together. We gratefully acknowledge his work and 
  9.      blessings to include it here.
  10.  
  11.                       -----------------------------------
  12.  
  13.      You can choose to view Internet RFCs and FYIs from the "lenses"
  14.      below,
  15.      or simply view the directory itself.
  16.  
  17.         * Internet RFC index.
  18.         * Internet RFC by author index.
  19.         * Internet RFC by title index.
  20.         * Internet RFC by number index.
  21.  
  22.         * Internet FYI index.
  23.         * Internet FYI by author index.
  24.         * Internet FYI by title index.
  25.         * Internet FYI by number index.
  26.  
  27.         ----------------------------------------------------------------
  28.  
  29.   Request For Comment files -- containing a complete history of the Internet
  30.  
  31.                             What's an Internet RFC?
  32.  
  33. RFC stands for Request for Comments. Internet RFCs are texts that document
  34. problems, test results, protocols, jokes, and just about every aspect of the
  35. Internet, since its inception. Starting with rfc3.txt this collection details a
  36. technical (and to some extent political) history of what has become a global
  37. communication infrastructure, currently present in over thirty countries in all
  38. continents.
  39.  
  40.                          Why Would I want to read one?
  41.  
  42. Aside from their historical significance, RFCs provide the current set of open
  43. standards used on the Internet, today. To both ensure interoperability with
  44. other products and prevent re-invention of wheels, developers of network
  45. applications will find it useful to be familiar with, and to the extent
  46. possible conform to, applicable standards. Examples of available standards are
  47. the Simple Network Monitoring Protocol (SNMP), Internet Protocol (IP), File
  48. Transfer Protocol (FTP), and Simple Message Transfer Protocol (SMTP), all of
  49. which are supported by SGI. Thus, if you were to write a network management
  50. tool, since numerous network devices use SNMP, you could manage each one by
  51. reading about its interface to SNMP, which is likely documented in an RFC.
  52.  
  53. Protocol specifications explain both the theory of operation and the proper
  54. transmission and interpretation of information from one computer to at least
  55. one other. Usually they will include examples of how a protocol and its
  56. functionality will be used.
  57.  
  58. There are currently several types of RFCs:
  59.  
  60.    * Standards
  61.    * Experimental protocols
  62.    * Informational texts
  63.    * Historical documents
  64.    * Jokes
  65.  
  66. Standards are further delineated as being proposed, draft, or standard. They
  67. are also categorized as being required, recommended, not recommended, or
  68. historical. Standards go through a rigorous peer review cycle, requiring
  69. deployment and testing of independent implementations. The actual
  70. standardization process itself is an RFC.
  71.  
  72. Experimental protocols are those that have not gone through the rigorous
  73. review, and are not meant to be widely deployed.
  74.  
  75. Informational texts are used to discuss current events or problems relating to
  76. the Internet. An informational text may outline concerns over a particular
  77. practice or protocol, or it may simply be a note documenting some sort of
  78. operational experience with the Internet or an internet application (note the
  79. lower case `i').
  80.  
  81. Historical documents are any of the above types of RFCs deprecated for one
  82. reason or another. For example, at the time of this writing, the current
  83. standard for the Internet Protocol is RFC-791. As time goes by it may be
  84. necessary to replace IP with a better version. Each RFC may have a notation at
  85. the beginning, listing it as either obsoleting an older document, or being
  86. obsoleted by a newer document.
  87.  
  88. It is traditional that on April 1 of every year a humorous and fictional RFC
  89. may be issued. For example, one year someone wrote an option to the Telnet
  90. protocol called the Subliminal Message Option. Poetry of various luminaries
  91. also can also be reviewed.
  92.  
  93.            How do I locate an RFC that might be related to my work?
  94.  
  95. Each RFC is named rfcN.txt, where N is the number (starting with 3, going to
  96. 1870, currently). Some RFCs are not present. These include many of the earlier
  97. documents, which may have been simple E-Mails between Network Working Group
  98. members. In addition a small number of RFCs have been assigned numbers, but
  99. have not been released.
  100.  
  101. Several indices are provided. See the file rfc-index.txt. One can search in an
  102. editor based on the expanded name or author of a protocol. In addition, most
  103. RFCs contain bibliographical information.
  104.  
  105. RFCs are almost always ASCII text documents that can be read with an editor
  106. such as Jot or vi. Some RFCs are written in Postscript, and may be read with
  107. tools such as xpsview.
  108.  
  109. -------------------------------------------------------------------------------
  110.